Move '-x objective-c++' from CXXFLAGS to CPPFLAGS
authorCody Russell <bratsche@gnome.org>
Sat, 19 Sep 2009 03:37:22 +0000 (22:37 -0500)
committerCody Russell <bratsche@gnome.org>
Sat, 19 Sep 2009 03:37:22 +0000 (22:37 -0500)
tests/Makefile.am

index 5b7e33ef5650d4ab585ca34c1d28ed445a68e900..8956c65888293628607463191ecef030e5d0bf6e 100644 (file)
@@ -102,8 +102,7 @@ autotestkeywords_SOURCES = autotestkeywords.cc
 autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
 
 if HAVE_OBJC
-autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1
-autotestkeywords_CXXFLAGS = -x objective-c++
+autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -x objective-c++
 endif
 
 endif